home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk User Volume 2 #1 / Commodore_Disk_User_Vol.2_1_1988_-.d64 / hsg - read me (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  701b  |  14 lines

  1. 1 poke 53280,12:poke53281,12:poke646,0
  2. 10 print"[147]because this series was originally      witten for your commodore, a";
  3. 20 print" demo was atfirst omitted. the disk now has a demo  called map.demo[144]"
  4. 25 print
  5. 30 print"this shows how to program a simple map  with it being revealed as you";
  6. 40 print" move aboutit. it's a little sluggish since line   6050 reveals the";
  7. 50 print" squares surrounding    your position. try replacing it with":print
  8. 60 print"      6050 sys 2646,xm,ym
  9. 70 [153]"it's quicker but it makes the maze      tougher to explore"
  10. 80 [153]"the map is stowed at $c000 and the dummyarray at $a000"
  11. 90 [153]"i will include a map editor in the next edition of the disk magazine"
  12. 100 [153]:[153]"regards ...allen webb"
  13. 110 [137]110
  14.